home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************
- * NCSA HDF *
- * Software Development Group *
- * National Center for Supercomputing Applications *
- * University of Illinois at Urbana-Champaign *
- * 605 E. Springfield, Champaign IL 61820 *
- * *
- * For conditions of distribution and use, see the accompanying *
- * hdf/COPYING file. *
- * *
- *****************************************************************/
-
- #ifdef RCSID
- static char RcsId[] = "@(#)$Revision: 1.3 $ "
- #endif
-
- /***********************************************************
- * vattr.h - vdata/vgroup attribute interface
- *
- *********************************************************** */
-
- /* $Id: vattr.h,v 1.3 1997/11/05 19:39:05 koziol Exp $ */
-
- #ifndef _VATTR_H
- #define _VATTR_H
-
- #include "hdf.h"
- #include "vg.h"
-
-
- #endif
-
-
-